@charset "utf-8";
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
	margin: 0;
	padding: 0
}
body{
	background-color: #f2f2f2;
}
em,
i {
	font-style: normal
}

li {
	list-style: none
}

img {
	border: 0;
	vertical-align: middle
}

button {
	cursor: pointer
}

a {
	color: #333;
	text-decoration: none
}
.clearFix:after{
	content: "";
	display: block;
	clear: both;
}
.banner {
	width: 100%;
	height:640px;
	background: url(../images/banner.png) center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.logo{
    /* padding-top: 3%; */
	width: 50%;
	/* background: #fff; */
    /* border-radius: 10px; */
}
.biao{
	width: 29%;
	margin-top: -5%;
	margin-right: 4%;
	height: 40px;
    float: right;
    /* background-color: #fff; */
}
.biao input{
    padding-left: 10px;
    width: 71.9%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #000;
    border-right: none;
    outline: none;
    float: left;
    background-color:rgba(255,255,255,0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2ffffff,endColorstr=#b2ffffff);
}
.seek_main #button{
	width: 24.7%;
	height: 34px;
	line-height: 34px;
	border: none;
	outline: none;
	float: right;
	color: #fff;
	padding-left: 20px;
	text-align: left;
	background: #1a8e56 url("../images/search.png") no-repeat 50px 9px;
}
.biao button img{
	margin-left: 10%;
}
.biao a{
	line-height: 38px;
	margin-left: 2%;
	float: left;
}
.conts {
	width: 1236px;
	margin: 0 auto;
	padding-top: 3%;
}
.nav_wrap {
	width: 100%;
	margin-top: 2%;
	background-color:rgba(255,255,255,0.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2ffffff,endColorstr=#b2ffffff);
}
.nav_wrap img{
	margin-top: -38px;
}
.nav_box ul {
	margin-left: 2%;
}
.nav_box ul li {
	width: 16.6%;
	text-align: center;
	line-height: 50px;
	float: left;
	font-weight: 700;
}
.nav_box li .bars {
	height: 100%;
}
.nav_wrap ul li.hover a{
	color: #005e51;
	padding-bottom: 13px;
	border-bottom: 2px solid #005e51;;
}
  .nav_box li:first-child {
	background: none;
  }




/* .footer {
    height: 190px;
} */

.footer .footnavi{
	/* width: 100%;
	height: 35px; */
	line-height: 35px;
	background-color: #1a8e56;
	/* float: left; */
}
.footer .footnavi .yq_cont p{
	color: #fff;
	font-size: 14px;
}
.footer .footnavi .yq_cont p a{
	color: #fff;
	margin: 0 3.4%;
}
.footer .footnavi .yq_cont select{
	background: none;
	outline: none;
    border: none;
	color: #fff;
	width: 12%;
}
.footer .footnavi .yq_cont select option{
	color: #000;
}
.footer .message{
	width: 47%;
	float: left;
	font-size: 15px;
	padding-top: 5%;
	line-height: 28px;
}
.code {
    width: 37%;
	float: right;
	margin-top: 4%;
}
.code a{
    width: 38%;
    float: left;
    margin-left: 12%;
	text-align: center;
}
.code a img{
    width: 71%;
}
.footer .office{
	float: right;
	line-height: 190px;
}
@media screen and (max-width: 1680px) {
}
@media screen and (max-width: 1220px) {
	.conts {
		width: 98%;
		margin: 0 auto;
	}
	.biao {
		margin-right: 0%;
	}
	.biao input {
		width: 71.5%;
	}
	.nav_box ul {
		margin-left: 2%;
	}
	.footer .footnavi .yq_cont p a {
		margin: 0 3.4%;
	} 
	.code {
		width: 36%;
	}
}

@media screen and (max-width:1024px) {
	.biao {
		width: 23%;
	}
	.biao input {
		width: 59.7%;
	}
	.biao button {
		width: 35%;
	}
	.code {
		width: 33%;
	}
	.code a {
		width: 38%;
		float: left;
		margin-left: 7%;
	}
	.code a img {
		width: 100%;
	}
	.footer .footnavi .yq_cont p a {
		margin: 0 2.4%;
	}
	
}
@media only screen and (min-width: 320px) and (max-width: 990px) {
	.banner .top {
		background:none;
	}
    .banner .top_1 p {
		display: none;
	}
	.banner .top_1 span {
		display: none;
	}
	.banner .top_1 ul {
		display: none;
	}
	.logo {
		text-align: center;
		width: 100%;
	}
	.logo img{
		width: 100%;
	}
	.biao {
		width: 61%;
		margin: 9% auto;
		float: none;
	}
	.biao input {
		width: 71%;
	}
	.biao button {
		width: 34%;
	}
	.nav_wrap {
		margin-top: -4%;
	}
	.footer .footnavi .yq_cont p a {
		color: #fff;
		margin: 0 2%;
	}
	/* .footer .message {
		width: 100%;
	} */
	/* .footer .office img{
		display: none;
	} */
}
@media screen and (max-width: 823px) {
	.logo img {
		width: 100%;
	}
	.biao {
		margin-top: 9%;
	}
	.biao button {
		width: 33.7%;
	}
	.footer {
		/* height: 190px; */
		display: inline-block;
		margin-top: 2%;
	}
	.footer .footnavi .yq_cont p a {
		margin: 0 1%;
	}
	.footer .message{
		width: 100%;
		text-align: center;
		padding-bottom: 15px;
	}
	.code {
		display: none;
	}
	.office {
		display: none;
	  }
}
@media screen and (max-width:768px) {
	.biao {
		margin-top: 9%;
	}
	.biao button {
		width: 33.4%;
	}
	
	.footer .footnavi .yq_cont select {
		width: 14%;
	}
	.footer .message {
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width: 736px) {
	.footer .footnavi .yq_cont p a {
		margin: 0 8%;
	}
	.footer .footnavi .yq_cont select {
		width: 14%;
		margin-left: 9%;
	}
}
@media screen and (max-width: 731px) {

	.footer .yq_cont select {
		width: 14.1%;
	}
	.footer .foottxt p {
		font-size: 13px;
	}
	
}

@media screen and (max-width: 667px) {
	.biao button {
		width: 33.2%;
	}
	.footer .footnavi .yq_cont p a {
		margin: 0 7%;
	}
	.footer .footnavi .yq_cont select {
		width: 16%;
		margin-left: 6%;
	}
}

@media screen and (max-width: 640px) {
	.biao button {
		width: 33%;
	}
	.footer .footnavi .yq_cont select {
		width: 17%;
		margin-left: 5%;
	}
}

@media screen and (max-width:568px) {
	.biao {
		width: 66%;
	}
	.nav_box ul {
		margin-left: 0%;
	}
	.nav_box li .bars {
		font-size: 15px;
	}
	.footer .footnavi .yq_cont p a {
		margin: 0 6%;
	}
	.footer .footnavi .yq_cont select {
		width: 19%;
		margin-left: 3%;
	}
	.footer .office {
		line-height: 136px;
	}
}

@media screen and (max-width: 414px) {

	.biao {
		width: 100%;
		margin-top: 16%;
	}
	.nav_box ul li {
		width: 33%;
		line-height: 27px;
	}
	.nav_wrap ul li.hover a {
		padding-bottom: 2px;
	}
	.footer .footnavi .yq_cont p a {
		margin: 0 8%;
	}
	.footer .footnavi .yq_cont select {
		width: 25%;
		margin-left: 3%;
	}
	.footer .office {
		line-height: 100px;
	}
	.code {
		width: 38%;
	}
}








@media screen and (max-width: 411px) {

	.biao {
		width: 100%;
	}
	.footer {
		height: 235px;
	}
	.footer .yq_cont select {
		width: 30.5%;
	}
	.footer .footnav {
        width: 75%;
        margin-left: 21%;
	}
	.footer .foottxt p {
		text-align: center;
	}
}

@media screen and (max-width: 375px) {
	.biao {
		width: 100%;
	}
	.footer {
		height: 290px;
	}
	.footer .yq_cont select {
		width: 30.2%;
		margin-top: 2%;
	}
	.footer .foottxt p {
		width: 100%;
		text-align: center;
	}
	.footer .footnav {
		width: 83%;
		margin-left: 17%;
	}
}
@media screen and (max-width: 360px) {
	.biao button {
		width: 32.8%;
	}
	.footer {
		height: 290px;
	}
	.footer .yq_cont select {
		width: 30.2%;
		margin-top: 2%;
	}
}
@media screen and (max-width:320px){
	.biao button {
		width: 32.5%;
	}
	.footer .footnavi .yq_cont p a {
		margin: 0 5%;
	}
	.footer .footnavi .yq_cont select {
		width: 32%;
		margin-left: 0%;
	}
	.code {
		width: 37%;
	}
}
